ComponentOne FlexPivot for WinForms
GetDetails(IEnumerable,Dictionary<String,Object>,Object[],CancellationToken) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class > GetDetails Method : GetDetails(IEnumerable,Dictionary<String,Object>,Object[],CancellationToken) Method
Data source collection.
View definition used for performing aggregation.
Key values specifying one aggregated value (subtotal). See a description of keys and values in %C1.FlexPivot.C1FlexPivotEngine.Exec(string, string, System.Collections.Generic.Dictionary<string,object>, System.Threading.CancellationToken)%
Enables task cancellation.
Makes source data rows used in obtaining a given aggregated value accessible to the server's clients.
Syntax
'Declaration
 
Public Overloads Shared Function GetDetails( _
   ByVal dataSource As System.Collections.IEnumerable, _
   ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal key() As System.Object, _
   ByVal cancelToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetDetails( 
   System.Collections.IEnumerable dataSource,
   System.Collections.Generic.Dictionary<string,object> view,
   System.object[] key,
   System.Threading.CancellationToken cancelToken
)

Parameters

dataSource
Data source collection.
view
View definition used for performing aggregation.
key
Key values specifying one aggregated value (subtotal). See a description of keys and values in %C1.FlexPivot.C1FlexPivotEngine.Exec(string, string, System.Collections.Generic.Dictionary<string,object>, System.Threading.CancellationToken)%
cancelToken
Enables task cancellation.

Return Value

List of source data objects that contributed to the given aggregation value.
See Also

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members
Overload List